home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / nwlite / faxdoc.exe / 2807.TXT < prev    next >
Text File  |  1993-06-18  |  8KB  |  205 lines

  1.  
  2.  
  3.                                FYI
  4.  
  5. (Note: The origin of this information may be internal or external
  6. to Novell.  Novell makes every effort within its means to verify
  7. this information.  However, the information provided in this
  8. document is FOR YOUR INFORMATION only.  Novell makes no explicit
  9. or implied claims to the validity of this information.)
  10.  
  11.           TITLE:    Undocumented Features of NetWare Lite v1.1
  12.    DOCUMENT ID#:    FYI.P.6144
  13.            DATE:    15JUN93
  14.         PRODUCT:    NetWare Lite
  15. PRODUCT VERSION:    v1.1
  16.      SUPERSEDES:    NA
  17.  LITE FAX DOC #:    2807
  18.  
  19. SYMPTOM
  20.  
  21.      NA
  22.  
  23. ISSUE/PROBLEM
  24.  
  25.      Three features were not documented due to incomplete
  26.      testing.  These features are used inside Novell but cannot
  27.      be officially supported.  If you call asking for assistance,
  28.      Technical support cannot support these features
  29.      (particularly items 1 and 2) because they are undocumented
  30.      and unsupported.  These features are the following:
  31.  
  32.      1.   Ability to cross Routers
  33.  
  34.      2.   Creating Multiple Workgroups on the same segment.
  35.  
  36.      3.   Programs that will not run due to the use of the
  37.           Compatibility mode that may work under this parameter.
  38.  
  39.      Crossing Routers
  40.      ----------------
  41.  
  42.           A discussion of the inability to cross routers is in
  43.           the NetWare Lite README.  With the following feature, a
  44.           NetWare Lite station can cross a router as long as both
  45.           sides of the router are the same protocol (such as
  46.           Ethernet-Ethernet, Arcnet-Arcnet, or Token Ring-Token
  47.           Ring).
  48.  
  49.           In the NET.CFG, insert the following command (left
  50.           justified against the left margin):
  51.  
  52.                     ROUTE=xxxxxxxx:yyyyyyyyyyyy
  53.  
  54.                When ROUTE is used, it will be echoed when
  55.                CLIENT.EXE is loaded.
  56.  
  57.                Replace xxxxxxxx with the network address on the
  58.                other side of the router from where you are.
  59.  
  60.                Replace yyyyyyyyyyyy with a single station address
  61.                or a string of 12 Fs indicating all stations are
  62.                desired to be seen.
  63.  
  64.  
  65.           Machine A           Router    Machine B / C
  66.           ---------           ------    --------------
  67.           segment 000010000   <-->      segment 00002000
  68.  
  69.  
  70.           NET.CFG                       NET.CFG
  71.           -------                       -------
  72.           Route=00002000:ffffffffffff   Route=00001000:ffffffffff
  73.                                         ff (all on one line)
  74.  
  75.           Example:
  76.  
  77.           If your station (machine A) is on network address
  78.           segment 00001000 and you wish to see other NetWare Lite
  79.           stations (machine B and C) on network address segment
  80.           00002000, you would modify the NET.CFG to contain the
  81.           following command:
  82.  
  83.                     ROUTE=00002000:FFFFFFFFFFFF
  84.  
  85.           (This allows you to see all stations on the 2000
  86.           network address segment.  However, they will not
  87.           recognize your Lite unless they have a route statement
  88.           in their NET.CFG file with your segment address.  The
  89.           12 Fs are similar to a broadcast for NetWare Lite,
  90.           meaning every station.)
  91.  
  92.           If you want to see only one NetWare Lite station
  93.           (machine B or C) on another LAN segment, modify your
  94.           NET.CFG to contain the following command:
  95.  
  96.                     ROUTE=00002000:00001B735C00
  97.  
  98.           (The 1b735c00 address is the node address of the
  99.           station (machine B/C) on the other side of the router.)
  100.  
  101.           If you are not sure what segment address you are on,
  102.           you can find out by typing NET INFO and looking at the
  103.           value to the left of the colon.  That is the segment
  104.           address.  The node address is to the right of the
  105.           colon.
  106.  
  107.           The only major issue Novell is aware of at this time
  108.           with this feature is that occasionally if you attach to
  109.           a resource across a router, the following message will
  110.           be displayed:
  111.  
  112.                File Server XXX does not recognize your user
  113.                account, please login again
  114.  
  115.           Relogging in to the network again will fix the problem.
  116.  
  117.           One other minor issue Novell has seen is some routers
  118.           may not be extremely fast when routing packets; and
  119.           with NetWare Lite accessing resources across, the
  120.           router may return the following error:
  121.  
  122.                General failure reading device NWLITE (Abort,
  123.                Retry, Fail).
  124.  
  125.  
  126.  
  127.           In most cases, this may be resolved by increasing the
  128.           IPX RETRY COUNT parameter in the NET.CFG.
  129.  
  130.           For example:   IPX RETRY COUNT=30
  131.  
  132.           (Left justified in the NET.CFG, default is 20.)
  133.  
  134.  
  135.      Multiple Workgroups
  136.      -------------------
  137.  
  138.           NetWare Lite can support multiple independent
  139.           Workgroups on a single segment.  Each of these
  140.           Workgroups may be composed of servers, server/clients,
  141.           or client-only machines.  Each machine can be a member
  142.           of only one Workgroups (domain) at a time.  Each
  143.           Workgroups will not be able to recognize other
  144.           Workgroups on the wire.  Therefore, resources cannot be
  145.           shared between Workgroups.  However, all stations in a
  146.           Workgroups may share resources.
  147.  
  148.           Each station must include a DOMAIN statement in the
  149.           NET.CFG. The format for the domain line is the
  150.           following:
  151.  
  152.                DOMAIN=XXX     (XXX is a number less than 255
  153.                               decimal.)
  154.  
  155.           Example:  DOMAIN=10
  156.  
  157.           Each machine that needs to part of domain 10 must
  158.           contain the above line in the NET.CFG.  This applies to
  159.           all stations whether they are server, client, or both. 
  160.           This statement will be echoed when SERVER.EXE or
  161.           CLIENT.EXE is loaded.
  162.  
  163.           The only issue Novell is aware of with domains is that
  164.           if a server in one domain chooses to change to another
  165.           domain (that is by changing the domain statement in the
  166.           NET.CFG), then the user database from the old domain
  167.           may be propagated to the new domain and overwrite the
  168.           current user database.  Therefore, if this feature is
  169.           used, Novell recommends not dynamically changing
  170.           domains after a server is set up.  If a change is
  171.           required, then careful planning should be taken to
  172.           ensure the above scenario is avoided.  If no domain
  173.           statement is specified, then domain 0 is assumed.
  174.  
  175.      Compatibility Mode
  176.      ------------------
  177.  
  178.           NetWare Lite was designed to support applications
  179.           intended for a network.  DOS applications conforming to
  180.           the above normally use the four DENY modes that are
  181.           supported when the DOS SHARE program is loaded.  Older
  182.           applications developed before SHARE may use
  183.           COMPATIBILITY mode.  If your application is receiving
  184.           file violations or file lock violations and you have
  185.           tried increasing files in the (CONFIG.SYS), client
  186.           tasks (in NET), and SHARE parameters, then the
  187.  
  188.  
  189.           following procedure may be the last resort before
  190.           contacting technical support:
  191.  
  192.           Caution:  If this functionality is used, it may break
  193.           CD-ROM and Windows.  This issue is currently being
  194.           investigated by Novell.
  195.  
  196.           In the NET.CFG on the server where the application is
  197.           located, insert the following command:
  198.  
  199.                     NETWORK SHARING=ON
  200.  
  201.           This will call a different mechanism in DOS (INT 21 sub
  202.           function 5D) which may allow the application to work
  203.           over the network.  When this statement is used, it will
  204.           be echoed when SERVER.EXE is loaded.
  205.